home *** CD-ROM | disk | FTP | other *** search
- package mx.controls
- {
- import mx.core.mx_internal;
-
- use namespace mx_internal;
-
- public final class ProgressBarLabelPlacement
- {
- mx_internal static const VERSION:String = "3.0.0.0";
-
- public static const BOTTOM:String = "bottom";
-
- public static const CENTER:String = "center";
-
- public static const LEFT:String = "left";
-
- public static const RIGHT:String = "right";
-
- public static const TOP:String = "top";
-
- public function ProgressBarLabelPlacement()
- {
- super();
- }
- }
- }
-
-